object PreviewDrvDialog: TPreviewDrvDialog Tag = 600 Left = 131 Top = 111 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Preview logical drive' ClientHeight = 298 ClientWidth = 547 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 241 Height = 241 Shape = bsFrame end object Label1: TLabel Tag = 601 Left = 20 Top = 40 Width = 74 Height = 13 Caption = 'Physical sector:' end object Label2: TLabel Tag = 603 Left = 20 Top = 100 Width = 91 Height = 13 Caption = 'Sectors per cluster:' end object Label3: TLabel Tag = 604 Left = 20 Top = 120 Width = 91 Height = 13 Caption = 'FAT type detected:' end object Label4: TLabel Tag = 605 Left = 20 Top = 140 Width = 56 Height = 13 Caption = 'OEM name:' end object Label5: TLabel Tag = 606 Left = 20 Top = 160 Width = 63 Height = 13 Caption = 'Volume label:' end object Label6: TLabel Tag = 602 Left = 20 Top = 80 Width = 64 Height = 13 Caption = 'Total sectors:' end object Label7: TLabel Tag = 607 Left = 268 Top = 12 Width = 119 Height = 13 Caption = 'Root directory (unsorted):' end object OKBtn: TButton Tag = 611 Left = 219 Top = 264 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object EditPhysSec: TEdit Left = 132 Top = 36 Width = 105 Height = 21 ReadOnly = True TabOrder = 1 end object EditSecPerClus: TEdit Left = 132 Top = 96 Width = 105 Height = 21 ReadOnly = True TabOrder = 2 end object EditFAT: TEdit Left = 132 Top = 116 Width = 105 Height = 21 ReadOnly = True TabOrder = 3 end object EditOEM: TEdit Left = 132 Top = 136 Width = 105 Height = 21 ReadOnly = True TabOrder = 4 end object EditVolLabel: TEdit Left = 132 Top = 156 Width = 105 Height = 21 ReadOnly = True TabOrder = 5 end object EditTotalSec: TEdit Left = 132 Top = 76 Width = 105 Height = 21 ReadOnly = True TabOrder = 6 end object ListView1: TListView Left = 264 Top = 28 Width = 277 Height = 221 Columns = < item Caption = 'Name' Tag = 608 Width = 100 end item Caption = 'Size' Tag = 609 end item Caption = 'Date modified' Tag = 610 Width = 100 end> SmallImages = MainForm.ImageListSmallFolders SortType = stText TabOrder = 7 ViewStyle = vsReport end end